Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoGeometryCollection Class / GeoGeometryCollection Constructor / GeoGeometryCollection Constructor(GeoGeometryType,IEnumerable<GeoGeometry>)
The geometry type.
The inner geometries enumerator.

In This Topic
    GeoGeometryCollection Constructor(GeoGeometryType,IEnumerable<GeoGeometry>)
    In This Topic
    Creates a new instance of GeoGeometryCollection class.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal type As GeoGeometryType, _
       ByVal geometries As IEnumerable(Of GeoGeometry) _
    )
    protected GeoGeometryCollection( 
       GeoGeometryType type,
       IEnumerable<GeoGeometry> geometries
    )

    Parameters

    type
    The geometry type.
    geometries
    The inner geometries enumerator.
    See Also